projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed33337
)
etc/NEWS: Remote file names require a method.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 13 Mar 2017 17:30:54 +0000
(18:30 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 13 Mar 2017 17:30:54 +0000
(18:30 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index cd829bf5291c0a5069b109b9eb8b82c438cf5bc2..a51b650fe94079e9d3ef6d12deafde138e1f2f3f 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-629,6
+629,12
@@
header's value.
** Tramp
+*** The method part of remote file names is mandatory now. A valid
+remote file name starts with "/method:host:" or "/method:user@host:".
+
+*** The new virtual method "-" is a marker for the default method.
+"/-::" is the shortest remote file name then.
+
+++
*** New connection method "sg", which supports editing files under a
different group ID.